PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFInvalidDataException Class / PDFInvalidDataException Constructor / PDFInvalidDataException Constructor(String,Throwable)
Exception message.
Inner exception, if any.
In This Topic
    PDFInvalidDataException Constructor(String,Throwable)
    In This Topic
    Initializes a new PDFInvalidDataException object.
    Syntax
    public PDFInvalidDataException( 
       java.lang.String message,
       java.lang.Throwable innerException
    )

    Parameters

    message
    Exception message.
    innerException
    Inner exception, if any.
    See Also